home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the text of member "URLDISPLAY" to line 7 of Field "netlinks"
- set the foreColor of member "URLDISPLAY" to 4
- set the fontStyle of member "URLDISPLAY" to "BOLD"
- updatestage
- doRollover(nothing,2)
- end mouseEnter
-
-
-
- on mouseLeave
- set the text of member "URLDISPLAY" to EMPTY
- updatestage
- doRollout()
- end mouseLeave
-
- on mouseUp
- global LINK9
- gotoNetPage LINK9
- end mouseUp
-